Skip to main content

returnInField

Type

message

Summary

Sent to a field when the selection is in the field and the user presses the Return key.

Syntax

returnInField

Description

Handle the returnInField message when you want to perform an action (such as adding a column of figures) when the user presses Return in a field.

The Return key (confusingly labeled "Enter" on some keyboards) is usually located above the right-hand Shift key. It is the key you press to go to a new line.

If the returnInField handler does not pass the message or send it to a further object in the message path, the keypress has no effect. Passing the message allows the keypress to have its normal effect.

The returnInField message is sent to buttons whose menuMode is "comboBox", since the type-in box in a combo box behaves like a field.

If there is no selection or insertion point in any field and the user presses Return, the returnKey message is sent instead of returnInField.

Examples

on returnInField -- automatically re-sort a field when a line is added
sort lines of the target
end returnInField

control structure: pass

glossary: handler, pass, message, combo box, message path, object

keyword: field, selection

message: enterInField

object: button

property: menuMode

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?